バージョン

DataObjectProperty プロパティ

データ ソースのデータ オブジェクトのプロパティを指定します。
シンタックス
'宣言
 
Public Property DataObjectProperty As String
public string DataObjectProperty {get; set;}
解説

データ ソース オブジェクトのこのプロパティの値は、関連するビュー オブジェクトのプロパティに使用されます。ビュー オブジェクトのプロパティは、そのビュー オブジェクトに固有なマッピング クラス (このクラスから派生したマッピング クラス) によって公開される適切なプロパティを使用して指定してください。たとえば、Infragistics.Controls.Schedules.Services.AppointmentPropertyMapping の場合、AppointmentPropertyMappingDataObjectPropertyListScheduleDataConnector.AppointmentItemsSource のデータ オブジェクトのプロパティを識別します。AppointmentPropertyMappingAppointmentProperty は、このデータ オブジェクト プロパティがマップされるその基本クラス Infragistics.Controls.Schedules.Services.ActivityBase のプロパティを含む Infragistics.Controls.Schedules.Services.Appointment オブジェクトのプロパティを示します。

参照